ESRI.ArcGIS.Mobile
FromSpatialReference2ToSpatialReference1(Generic IList) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.SpatialReferences Namespace > SpatialReferenceConverter Class > FromSpatialReference2ToSpatialReference1 Method : FromSpatialReference2ToSpatialReference1(Generic IList) Method

coordinates
Converts a set of Coordinates from the second spatial reference into a set of Coordinates based on the first spatial reference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FromSpatialReference2ToSpatialReference1( _
   ByVal coordinates As IList(Of Coordinate) _
) As CoordinateCollection
C# 
public CoordinateCollection FromSpatialReference2ToSpatialReference1( 
   IList<Coordinate> coordinates
)

Parameters

coordinates

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.